home *** CD-ROM | disk | FTP | other *** search
Text File | 2004-12-18 | 60.4 KB | 1,441 lines |
- object ChildForm: TChildForm
- Left = 269
- Top = 170
- Width = 664
- Height = 422
- Caption = 'MDI Child'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -9
- Font.Name = 'Verdana'
- Font.Style = []
- FormStyle = fsMDIChild
- OldCreateOrder = True
- Position = poDefault
- PrintScale = poPrintToFit
- Visible = True
- WindowState = wsMaximized
- OnActivate = FormActivate
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDragOver = FormDragOver
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 12
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 656
- Height = 395
- ActivePage = TabSheet1
- Align = alClient
- HotTrack = True
- MultiLine = True
- TabHeight = 15
- TabOrder = 0
- OnChange = PageControl1Change
- object TabSheet1: TTabSheet
- BorderWidth = 1
- Caption = 'Editor'
- ParentShowHint = False
- ShowHint = True
- object Splitter1: TSplitter
- Left = 0
- Top = 216
- Width = 646
- Height = 3
- Cursor = crVSplit
- Align = alBottom
- Beveled = True
- end
- object Panel5: TPanel
- Left = 0
- Top = 0
- Width = 646
- Height = 24
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object ToolBar2: TToolBar
- Left = 0
- Top = 0
- Width = 518
- Height = 24
- Align = alLeft
- AutoSize = True
- ButtonWidth = 123
- Caption = 'ToolBar2'
- EdgeBorders = []
- EdgeInner = esLowered
- Flat = True
- Images = ImageList1
- Indent = 2
- List = True
- ShowCaptions = True
- TabOrder = 0
- object ToolButton10: TToolButton
- Left = 2
- Top = 0
- Cursor = crHandPoint
- Caption = 'Change Highlighter'
- DropdownMenu = HighLighterPopUp
- Style = tbsDropDown
- OnClick = ToolButton10Click
- end
- object ToolButton4: TToolButton
- Left = 138
- Top = 0
- Width = 8
- Caption = 'ToolButton4'
- ImageIndex = 3
- Style = tbsSeparator
- end
- object ToolButton5: TToolButton
- Left = 146
- Top = 0
- Cursor = crHandPoint
- Caption = 'Selection Method'
- DropdownMenu = SelectionPopup
- Style = tbsDropDown
- OnClick = ToolButton5Click
- end
- object ToolButton19: TToolButton
- Left = 282
- Top = 0
- Width = 8
- Caption = 'ToolButton19'
- ImageIndex = 0
- Style = tbsSeparator
- end
- object ToolButton20: TToolButton
- Left = 290
- Top = 0
- Cursor = crHandPoint
- Caption = 'HTML Tidy'
- Style = tbsCheck
- OnClick = ToolButton20Click
- end
- object ToolButton22: TToolButton
- Left = 413
- Top = 0
- Width = 8
- Caption = 'ToolButton22'
- ImageIndex = 1
- Style = tbsSeparator
- end
- object ToolButton21: TToolButton
- Left = 421
- Top = 0
- Cursor = crHandPoint
- AutoSize = True
- ImageIndex = 8
- OnClick = ToolButton21Click
- end
- end
- object ToolBar1: TToolBar
- Left = 593
- Top = 0
- Width = 53
- Height = 22
- Align = alNone
- Anchors = [akTop, akRight]
- AutoSize = True
- Caption = 'ToolBar1'
- EdgeBorders = []
- EdgeInner = esNone
- EdgeOuter = esNone
- Flat = True
- Images = ImageList1
- List = True
- TabOrder = 1
- object ToolButton1: TToolButton
- Left = 0
- Top = 0
- Cursor = crHandPoint
- ImageIndex = 7
- OnClick = ToolButton1Click
- end
- object ToolButton3: TToolButton
- Left = 23
- Top = 0
- Width = 7
- Caption = 'ToolButton3'
- ImageIndex = 2
- Style = tbsDivider
- end
- object ToolButton2: TToolButton
- Left = 30
- Top = 0
- Cursor = crHandPoint
- ImageIndex = 6
- OnClick = ToolButton2Click
- end
- end
- end
- object TidyPanel: TPanel
- Left = 0
- Top = 219
- Width = 646
- Height = 149
- Align = alBottom
- BevelOuter = bvLowered
- TabOrder = 1
- object Memo2: TListBox
- Left = 1
- Top = 25
- Width = 644
- Height = 123
- Align = alClient
- ItemHeight = 12
- TabOrder = 0
- OnDblClick = Memo2DblClick
- end
- object ToolBar4: TToolBar
- Left = 1
- Top = 1
- Width = 644
- Height = 24
- AutoSize = True
- ButtonWidth = 43
- Caption = 'ToolBar4'
- EdgeBorders = [ebLeft, ebTop]
- EdgeInner = esLowered
- EdgeOuter = esRaised
- Flat = True
- Images = ImageList1
- List = True
- TabOrder = 1
- object ToolButton16: TToolButton
- Left = 0
- Top = 0
- Action = CheckHTML
- AutoSize = True
- end
- object ToolButton17: TToolButton
- Left = 27
- Top = 0
- Action = Repair
- AutoSize = True
- end
- object ToolButton18: TToolButton
- Left = 54
- Top = 0
- Action = Force
- AutoSize = True
- end
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 24
- Width = 646
- Height = 192
- Align = alClient
- BevelOuter = bvNone
- Caption = 'Panel1'
- TabOrder = 2
- object StatusBar1: TStatusBar
- Left = 0
- Top = 173
- Width = 646
- Height = 19
- Panels = <
- item
- Width = 100
- end
- item
- Width = 80
- end
- item
- Width = 80
- end
- item
- Alignment = taCenter
- Width = 50
- end
- item
- Width = 50
- end>
- ParentFont = True
- SimplePanel = False
- UseSystemFont = False
- end
- object Memo1: TSynEdit
- Left = 0
- Top = 0
- Width = 646
- Height = 173
- Align = alClient
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- PopupMenu = PopupMenu1
- TabOrder = 1
- OnClick = Memo1Click
- OnKeyDown = Memo1KeyDown
- Gutter.Font.Charset = DEFAULT_CHARSET
- Gutter.Font.Color = clWindowText
- Gutter.Font.Height = -11
- Gutter.Font.Name = 'Courier New'
- Gutter.Font.Style = []
- Options = [eoAutoIndent, eoDragDropEditing, eoGroupUndo, eoScrollPastEol, eoShowScrollHint, eoTabsToSpaces, eoTrimTrailingSpaces]
- WantTabs = True
- OnChange = Memo1Change
- OnReplaceText = Memo1ReplaceText
- OnSpecialLineColors = Memo1SpecialLineColors
- OnStatusChange = Memo1StatusChange
- OnPaintTransient = Memo1PaintTransient
- RemovedKeystrokes = <
- item
- Command = ecUndo
- ShortCut = 32776
- end
- item
- Command = ecRedo
- ShortCut = 40968
- end>
- AddedKeystrokes = <>
- end
- end
- end
- object TabSheet2: TTabSheet
- Hint = 'Preview/Voorbeeld = F9'
- BorderWidth = 1
- Caption = 'Preview'
- ImageIndex = 1
- object JvGradient1: TJvGradient
- Left = 0
- Top = 0
- Width = 646
- Height = 17
- Align = alTop
- StartColor = 6956042
- EndColor = 15780518
- end
- object Label1: TLabel
- Left = 3
- Top = 3
- Width = 640
- Height = 12
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -9
- Font.Name = 'Verdana'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Transparent = True
- end
- object wb: TEmbeddedWB
- Left = 0
- Top = 47
- Width = 646
- Height = 302
- Align = alClient
- TabOrder = 0
- OnStatusTextChange = wbStatusTextChange
- OnTitleChange = wbTitleChange
- OnWindowClosing = wbWindowClosing
- DownloadOptions = [DLCTL_DLIMAGES, DLCTL_VIDEOS, DLCTL_BGSOUNDS, DLCTL_RESYNCHRONIZE]
- UserInterfaceOptions = []
- PrintOptions.Margins.Left = 0.750000000000000000
- PrintOptions.Margins.Right = 0.750000000000000000
- PrintOptions.Margins.Top = 0.750000000000000000
- PrintOptions.Margins.Bottom = 0.750000000000000000
- PrintOptions.Header = '&w&bPage &p of &P'
- PrintOptions.HTMLHeader.Strings = (
- '<HTML></HTML>')
- PrintOptions.Footer = '&u&b&d'
- PrintOptions.Orientation = poPortrait
- UserAgent = 'Matrix Y2K - Preview Browser'
- ReplaceCaption = False
- EnableDDE = True
- fpExceptions = True
- ControlData = {
- 4C000000E7430000CB2400000000000000000000000000000000000000000000
- 000000004C000000000000000000000001000000E0D057007335CF11AE690800
- 2B2E126208000000000000004C0000000114020000000000C000000000000046
- 8000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000100000000000000000000000000000000000000}
- end
- object StatusBar2: TStatusBar
- Left = 0
- Top = 349
- Width = 646
- Height = 19
- Panels = <
- item
- Width = 50
- end>
- SimplePanel = False
- end
- object ControlBar1: TControlBar
- Left = 0
- Top = 17
- Width = 646
- Height = 30
- Align = alTop
- AutoDock = False
- AutoSize = True
- TabOrder = 2
- object Edit1: TEdit
- Left = 11
- Top = 2
- Width = 454
- Height = 22
- TabOrder = 0
- Text = 'http://'
- OnKeyDown = Edit1KeyDown
- end
- object ToolBar3: TToolBar
- Left = 478
- Top = 2
- Width = 162
- Height = 22
- Anchors = []
- Caption = 'ToolBar1'
- EdgeBorders = []
- EdgeInner = esNone
- EdgeOuter = esNone
- Flat = True
- Images = fMain.ImageList1
- TabOrder = 1
- object ToolButton6: TToolButton
- Left = 0
- Top = 0
- AutoSize = True
- Caption = 'ToolButton1'
- ImageIndex = 124
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton6Click
- end
- object ToolButton7: TToolButton
- Left = 23
- Top = 0
- Width = 8
- Caption = 'ToolButton5'
- ImageIndex = 35
- Style = tbsSeparator
- end
- object ToolButton8: TToolButton
- Left = 31
- Top = 0
- Caption = 'ToolButton3'
- ImageIndex = 122
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton8Click
- end
- object ToolButton9: TToolButton
- Left = 54
- Top = 0
- Caption = 'ToolButton4'
- ImageIndex = 123
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton9Click
- end
- object ToolButton11: TToolButton
- Left = 77
- Top = 0
- Width = 8
- Caption = 'ToolButton7'
- ImageIndex = 36
- Style = tbsSeparator
- end
- object ToolButton12: TToolButton
- Left = 85
- Top = 0
- Caption = 'ToolButton2'
- ImageIndex = 107
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton12Click
- end
- object ToolButton13: TToolButton
- Left = 108
- Top = 0
- Width = 8
- Caption = 'ToolButton9'
- ImageIndex = 37
- Style = tbsSeparator
- end
- object ToolButton14: TToolButton
- Left = 116
- Top = 0
- Caption = 'ToolButton6'
- ImageIndex = 120
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton14Click
- end
- object ToolButton15: TToolButton
- Left = 139
- Top = 0
- Caption = 'ToolButton8'
- ImageIndex = 121
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton15Click
- end
- end
- end
- end
- end
- object SynHTMLSyn1: TSynHTMLSyn
- DefaultFilter = 'HTML Document (*.htm,*.html)|*.htm;*.html'
- AndAttri.Foreground = 12860584
- AndAttri.Style = []
- CommentAttri.Foreground = clGray
- IdentifierAttri.Foreground = 7564557
- IdentifierAttri.Style = []
- KeyAttri.Foreground = 4194432
- KeyAttri.Style = []
- SpaceAttri.Foreground = clBlack
- SymbolAttri.Foreground = 4194432
- SymbolAttri.Style = []
- TextAttri.Foreground = clBlack
- UndefKeyAttri.Style = []
- ValueAttri.Foreground = 12619107
- Left = 80
- Top = 104
- end
- object SynCssSyn1: TSynCssSyn
- CommentAttri.Foreground = clGray
- NumberAttri.Foreground = clFuchsia
- KeyAttri.Foreground = clNavy
- StringAttri.Foreground = clBlue
- StringAttri.Style = [fsBold]
- SymbolAttri.Foreground = clNavy
- SymbolAttri.Style = [fsBold]
- Left = 80
- Top = 56
- end
- object SynJScriptSyn1: TSynJScriptSyn
- DefaultFilter = 'JavaScript files (*.js)|*.js'
- CommentAttri.Foreground = clTeal
- IdentifierAttri.Foreground = 6510397
- IdentifierAttri.Style = [fsBold]
- KeyAttri.Foreground = 4194432
- EventAttri.Foreground = 16711808
- NumberAttri.Foreground = 7495745
- StringAttri.Foreground = 12619107
- SymbolAttri.Foreground = clGreen
- SymbolAttri.Style = [fsBold]
- Left = 80
- Top = 152
- end
- object PopupMenu1: TPopupMenu
- AutoHotkeys = maManual
- AutoLineReduction = maManual
- Images = fMain.ImageList1
- Left = 424
- Top = 152
- object Copy1: TMenuItem
- Action = fMain.ActionCopy
- end
- object Paste1: TMenuItem
- Action = fMain.ActionPaste
- end
- object Cut1: TMenuItem
- Action = fMain.ActionCut
- end
- object N8: TMenuItem
- Caption = '-'
- end
- object GotoLine1: TMenuItem
- Caption = 'Goto Line ...'
- ImageIndex = 89
- ShortCut = 16455
- OnClick = GotoLine1Click
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object Tags1: TMenuItem
- Caption = 'Tags ( Bold, Italic, Center etc ... )'
- object Bold1: TMenuItem
- Action = fMain.Bold
- end
- object Italic1: TMenuItem
- Action = fMain.Italic
- end
- object UnderLine1: TMenuItem
- Action = fMain.Underline
- end
- object StrikeThrough1: TMenuItem
- Caption = 'Strike Through'
- ImageIndex = 132
- ShortCut = 16473
- OnClick = StrikeThrough1Click
- end
- object N5: TMenuItem
- Caption = '-'
- end
- object Left1: TMenuItem
- Action = fMain.Left
- end
- object Center1: TMenuItem
- Action = fMain.center
- end
- object Right1: TMenuItem
- Action = fMain.Right
- end
- object Justify1: TMenuItem
- Action = fMain.justify
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object IMG1: TMenuItem
- Caption = 'Image Tag'
- OnClick = IMG1Click
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Insertaspace1: TMenuItem
- Caption = 'Insert a line break'
- ImageIndex = 75
- ShortCut = 16397
- OnClick = Insertaspace1Click
- end
- object Insertaline1: TMenuItem
- Caption = 'Insert a horizontale line'
- ImageIndex = 74
- OnClick = Insertaline1Click
- end
- object N6: TMenuItem
- Caption = '-'
- end
- object Commenttext1: TMenuItem
- Caption = 'Comment text'
- OnClick = Commenttext1Click
- end
- end
- object Add1: TMenuItem
- Caption = 'Objects ( Image, Url, Flash ... )'
- object Image1: TMenuItem
- Caption = 'Insert an Image'
- ImageIndex = 100
- OnClick = Image1Click
- end
- object URL1: TMenuItem
- Caption = 'Insert an URL or Mailto'
- ImageIndex = 101
- OnClick = URL1Click
- end
- object Insertflashmovie1: TMenuItem
- Caption = 'Insert flash movie'
- ImageIndex = 63
- OnClick = Insertflashmovie1Click
- end
- end
- object N4: TMenuItem
- Caption = '-'
- end
- object Insertatable1: TMenuItem
- Action = fMain.Table
- end
- object TextFormattinh1: TMenuItem
- Caption = 'TextFormatting'
- ImageIndex = 48
- ShortCut = 115
- OnClick = TextFormattinh1Click
- end
- object N7: TMenuItem
- Caption = '-'
- end
- object Setdocumentinlowercase1: TMenuItem
- Caption = 'Set document in lowercase'
- OnClick = Setdocumentinlowercase1Click
- end
- object N9: TMenuItem
- Caption = '-'
- end
- object SelectAll1: TMenuItem
- Caption = 'Select All'
- ImageIndex = 135
- OnClick = SelectAll1Click
- end
- end
- object SynVBScriptSyn1: TSynVBScriptSyn
- DefaultFilter = 'VBScript Files (*.vbs)|*.vbs'
- CommentAttri.Foreground = clTeal
- IdentifierAttri.Foreground = 6510397
- KeyAttri.Foreground = 4194432
- NumberAttri.Foreground = 7495745
- StringAttri.Foreground = clBlue
- Left = 164
- Top = 56
- end
- object SynSQLSyn1: TSynSQLSyn
- DefaultFilter = 'SQL Files (*.sql)|*.sql'
- CommentAttri.Foreground = clSilver
- ExceptionAttri.Foreground = clRed
- FunctionAttri.Foreground = 8404992
- IdentifierAttri.Foreground = 5124469
- KeyAttri.Foreground = 8388672
- NumberAttri.Foreground = clGreen
- PLSQLAttri.Foreground = clAqua
- SQLPlusAttri.Foreground = 4194432
- StringAttri.Foreground = 8404992
- SymbolAttri.Foreground = 4210816
- TableNameAttri.Foreground = 8388672
- VariableAttri.Foreground = 14182329
- SQLDialect = sqlSybase
- Left = 164
- Top = 103
- end
- object SynXMLSyn1: TSynXMLSyn
- DefaultFilter =
- 'XML Document (*.xml,*.xsd,*.xsl,*.xslt,*.dtd)|*.xml;*.xsd;*.xsl;' +
- '*.xslt;*.dtd'
- WantBracesParsed = False
- Left = 164
- Top = 151
- end
- object HighLighterPopUp: TPopupMenu
- AutoHotkeys = maManual
- AutoLineReduction = maManual
- Left = 424
- Top = 55
- object HTML1: TMenuItem
- Caption = 'HTML'
- OnClick = HTML1Click
- end
- object PHP1: TMenuItem
- Caption = 'PHP'
- OnClick = PHP1Click
- end
- object CSS1: TMenuItem
- Caption = 'CSS'
- OnClick = CSS1Click
- end
- object VBScript1: TMenuItem
- Caption = 'VBScript'
- OnClick = VBScript1Click
- end
- object JavaScript1: TMenuItem
- Caption = 'JavaScript'
- OnClick = JavaScript1Click
- end
- object SQL1: TMenuItem
- Caption = 'SQL'
- OnClick = SQL1Click
- end
- object XML1: TMenuItem
- Caption = 'XML'
- OnClick = XML1Click
- end
- object Perl1: TMenuItem
- Caption = 'Perl'
- OnClick = Perl1Click
- end
- end
- object ImageList1: TImageList
- Left = 252
- Top = 118
- Bitmap = {
- 494C010109000E00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000400000004000000001002000000000000040
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000840000008400
- 0000840000008400000084000000840000008400000084000000840000008400
- 0000840000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000084000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00840000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000084000000FFFF
- FF0000000000FFFFFF00FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00840000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000084000000FFFF
- FF0000000000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF
- FF00840000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000084000000FFFF
- FF00FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00840000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000084000000FFFF
- FF00FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFFFF00FFFF
- FF00840000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000084000000FFFF
- FF00FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00840000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000084000000FFFF
- FF0000000000FFFFFF00FFFFFF0000000000000000000000000000000000FFFF
- FF00840000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000084000000FFFF
- FF0000000000FFFFFF00FFFFFF0000000000FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00840000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000084000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0084000000840000008400
- 0000840000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000084000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0084000000FFFFFF008400
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000084000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0084000000840000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000840000008400
- 0000840000008400000084000000840000008400000084000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000004A637B00BD9494000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000004A637B00BD9494000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000006B9CC600188CE7004A7BA500C694
- 9400000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000006B9CC600188CE7004A7BA500C694
- 9400000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000073000000F7CEA500FF522100730000000000000000000000000084008C8C
- FF000000FF000000840000000000000000004AB5FF0052B5FF00218CEF004A7B
- A500C69494000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000004AB5FF0052B5FF00218CEF004A7B
- A500C69494000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 000073000000F7CEA500FF8C6B00730000000000000000000000000084008C8C
- FF000000FF000000840000000000000000000000000052B5FF0052B5FF001884
- E7004A7BA500C694940000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000052B5FF0052B5FF001884
- E7004A7BA500C694940000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000FFFF
- FF00FFFFFF003F00FF003F007F00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 000073000000FFFFFF00F7CEA500FF522100000000000000000000008400FFFF
- FF008C8CFF000000FF000000000000000000000000000000000052B5FF004AB5
- FF00188CE7004A7BA500BD949400000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000052B5FF004AB5
- FF00188CE7004A7BA500BD949400000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000FFFF
- FF00BF00FF000000FF000000BF00BF00BF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000007300000073000000730000000000000000000000000000000000
- 84000000840000008400000000000000000000000000000000000000000052B5
- FF004AB5FF002184DE005A6B730000000000AD7B7300C6A59C00D6B5A500CEA5
- 9C000000000000000000000000000000000000000000000000000000000052B5
- FF004AB5FF002184DE005A6B730000000000AD7B7300C6A59C00D6B5A500CEA5
- 9C0000000000000000000000000000000000000000000000000000000000DF1F
- DF000000FF003F00BF000000FF003F007F00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000008484
- 8400000000000000000000000000000000000000000000000000000000000000
- 000052BDFF00B5D6EF00A5948C00B59C8C00F7E7CE00FFFFD600FFFFD600FFFF
- D600E7DEBD00CEADA50000000000000000000000000000000000000000000000
- 000052BDFF00B5D6EF00A5948C00B59C8C00F7E7CE00FFFFD600FFFFD600FFFF
- D600E7DEBD00CEADA50000000000000000000000000000000000000000009F1F
- DF00BF00BF00FFFFFF007F00FF000000BF00BF00BF00FFFFFF00FFFFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000C6C6C600000000000000000000000000000000008484
- 8400000000000000000000000000000000000000000000000000000000000000
- 000000000000CEB5B500D6B5A500FFEFC600FFFFD600FFFFD600FFFFD600FFFF
- DE00FFFFEF00F7F7EF00B58C8C00000000000000000000000000000000000000
- 000000000000CEB5B500D6B5A500FFEFC600FFFFD600FFFFD600FFFFD600FFFF
- DE00FFFFEF00F7F7EF00B58C8C0000000000000000000000000000000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF003F00FF003F007F00FFFFFF00FFFFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000C6948C00F7DEB500F7D6A500FFF7CE00FFFFD600FFFFDE00FFFF
- EF00FFFFF700FFFFFF00DED6BD00000000000000000000000000000000000000
- 000000000000C6948C00F7DEB500F7D6A500FFF7CE00FFFFD600B55A1800FFFF
- EF00FFFFF700FFFFFF00DED6BD0000000000000000000000000000000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF007F3FBF003F007F00FFFFFF00FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 000084848400A5A5A500C6C6C600A5A5A500000000000000000000000000A5A5
- A500000000000000000000000000000000000000000000000000000000000000
- 000000000000DEBDA500FFE7AD00F7CE9400E7D6C600E7D6C600E7D6C600E7D6
- C600E7D6C600FFFFEF00F7EFD600C69C94000000000000000000000000000000
- 000000000000DEBDA500FFE7AD00F7CE9400FFF7CE00E7D6C600B55A1800E7D6
- C600E7D6C600FFFFEF00F7EFD600C69C9400000000000000000000000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00BF00FF007F00BF00FFFF
- FF00000000000000000000000000000000000000000000000000848484008484
- 8400A5A5A500C6C6C600C6C6C600C6C6C600A5A5A50084848400A5A5A500FFFF
- FF00000000000000000000000000000000000000000000000000000000000000
- 000000000000E7C6AD00FFDEAD00EFBD8400B55A1800B55A1800B55A1800B55A
- 1800B55A1800FFFFDE00F7F7D600C6AD9C000000000000000000000000000000
- 000000000000E7C6AD00FFDEAD00EFBD8400B55A1800B55A1800B55A1800B55A
- 1800B55A1800FFFFDE00F7F7D600C6AD9C00000000000000000000000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000
- 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF
- FF00DEDEDE00DEDEDE00DEDEDE00DEDEDE00C6C6C600C6C6C600FFFFFF000000
- 0000A5A5A5000000000000000000000000000000000000000000000000000000
- 000000000000DEBDAD00FFE7B500EFBD8400F7CE9400FFEFC600FFFFDE00FFFF
- DE00FFFFDE00FFFFDE00F7EFD600C6A59C000000000000000000000000000000
- 000000000000DEBDAD00FFE7B500EFBD8400F7CE9400FFEFC600B55A1800FFEF
- C600FFFFDE00FFFFDE00F7EFD600C6A59C00000000000000000000000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF000000
- 0000000000000000000000000000000000000000000000000000848484007B7B
- 7B00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000E7E7
- E70000000000A5A5A50000000000000000000000000000000000000000000000
- 000000000000C69C9400FFEFC600FFEFC600F7D6A500F7CE9C00F7E7B500FFF7
- CE00FFF7D600FFFFD600E7DEBD00000000000000000000000000000000000000
- 000000000000C69C9400FFEFC600FFEFC600F7D6A500F7CE9C00B55A1800FFF7
- CE00FFF7D600FFFFD600E7DEBD0000000000000000000000000000000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000084848400E7E7
- E70000000000A5A5A50000000000000000000000000000000000000000000000
- 00000000000000000000DEC6AD00FFFFFF00FFF7EF00F7CE9400EFBD8400F7CE
- 9C00FFE7B500FFF7C600BD9C8C00000000000000000000000000000000000000
- 00000000000000000000DEC6AD00FFFFFF00FFF7EF00F7CE9400EFBD8400F7CE
- 9C00FFE7B500FFF7C600BD9C8C00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000D6BDBD00F7EFD600FFEFC600FFE7AD00FFE7
- B500F7DEB500CEAD9C0000000000000000000000000000000000000000000000
- 0000000000000000000000000000D6BDBD00F7EFD600FFEFC600FFE7AD00FFE7
- B500F7DEB500CEAD9C0000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000CEAD9400CEAD9C00DEBDA500DEBD
- A500000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000CEAD9400CEAD9C00DEBDA500DEBD
- A500000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000009C6B63009C6B
- 63009C6B63009C6B63009C6B63009C6B63009C6B63009C6B63009C6B63009C6B
- 63009C6B63009C6B6300A56B6B00000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000009C736B00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF009C6B6300000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000009C736B00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF009C6B630000000000000000000000000018A5C60018A5
- C60018A5C60018A5C60018A5C60018A5C60018A5C60018A5C60018A5C60018A5
- C60018A5C60018A5C60000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000009C736B00FFFF
- FF002929290002CAC80002CAC800FFFFFF002929290029292900EFF58D00EFF5
- 8D00EFF58D00FFFFFF009C6B630000000000000000009CDEEF0094F7FF0073DE
- F70073DEF70073DEF70073DEF70010424A001042420073DEF70073DEF70073DE
- F70073DEF7004AC6E70018A5C600000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000A5737300FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF009C6B630000000000000000000000000094F7FF0073DE
- F70073DEF70073DEF70073DEF7000842520018394A0073DEF70073DEF70073DE
- F70073DEF70018A5C60000000000000000000000000000000000000000007F7F
- 7F000000000000000000000000007F7F7F000000000000FFFF007F7F7F000000
- 0000000000000000000000000000000000000000000000000000000000007F7F
- 7F000000000000000000000000007F7F7F000000000000FFFF007F7F7F000000
- 0000000000000000000000000000000000000000000000000000A57B7300FFFF
- FF002929290029292900B5A58C00B5A58C0029292900BD035B00BD035B002929
- 290029292900FFFFFF009C6B63000000000000000000000000009CDEEF0094F7
- FF0073DEF70073DEF70073DEF70073DEF70073DEF70073DEF70073DEF70073DE
- F7004AC6E70018A5C60000000000000000000000000000000000000000007F7F
- 7F007F7F7F007F7F7F007F7F7F007F7F7F00000000000000000000FFFF000000
- 0000000000000000000000000000000000000000000000000000000000007F7F
- 7F007F7F7F007F7F7F007F7F7F007F7F7F00000000000000000000FFFF000000
- 0000000000000000000000000000000000000000000000000000AD847B00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF009C6B63000000000000000000000000000000000094F7
- FF0073DEF70073DEF70073DEF70073DEF70073DEF70073DEF70073DEF70073DE
- F70018A5C60000000000000000000000000000000000000000007F7F7F00FFFF
- FF00BFBFBF00FFFFFF00BFBFBF00FFFFFF007F7F7F0000000000000000000000
- 00000000000000000000000000000000000000000000000000007F7F7F00BFBF
- BF00FFFFFF00BFBFBF00FFFFFF00BFBFBF007F7F7F0000000000000000000000
- 0000000000000000000000000000000000000000000000000000B58C7B00FFFF
- FF002929290002CAC80002CAC80029292900292929002929290029292900FFFF
- FF0029292900FFFFFF009C6B6300000000000000000000000000000000009CDE
- EF0094F7FF0073DEF70073DEF700086B7300396B7B0073DEF70073DEF7004AC6
- E70018A5C6000000000000000000000000007F7F7F007F7F7F00FFFFFF00BFBF
- BF00FFFFFF000000FF00FFFFFF00BFBFBF00FFFFFF007F7F7F007F7F7F000000
- 0000000000000000000000000000000000007F7F7F007F7F7F00BFBFBF00FFFF
- FF00BFBFBF00FFFFFF00BFBFBF00FFFFFF00BFBFBF007F7F7F007F7F7F000000
- 0000000000000000000000000000000000000000000000000000BD8C7B00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF009C6B6300000000000000000000000000000000000000
- 000094F7FF0073DEF70073DEF700086B7300396B7B0073DEF70073DEF70018A5
- C60000000000000000000000000000000000000000007F7F7F00BFBFBF00FFFF
- FF00BFBFBF000000FF00BFBFBF00FFFFFF00BFBFBF007F7F7F00000000000000
- 000000000000000000000000000000000000000000007F7F7F00FFFFFF00BFBF
- BF00FFFFFF00BFBFBF00FFFFFF00BFBFBF00FFFFFF007F7F7F00000000000000
- 0000000000000000000000000000000000000000000000000000C6947B00FFFF
- FF002929290029292900FFFFFF005263AD005263AD00292929009CF680009CF6
- 800029292900FFFFFF0094736B00000000000000000000000000000000000000
- 00009CDEEF0094F7FF0073DEF70010424A003110180073DEF7004AC6E70018A5
- C60000000000000000000000000000000000000000007F7F7F00FFFFFF000000
- FF000000FF000000FF000000FF000000FF00FFFFFF007F7F7F00000000000000
- 000000000000000000000000000000000000000000007F7F7F00BFBFBF000000
- FF000000FF000000FF000000FF000000FF00BFBFBF007F7F7F00000000000000
- 0000000000000000000000000000000000000000000000000000CE9C8400FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00846B6300000000000000000000000000000000000000
- 00000000000094F7FF0073DEF700080000003110180073DEF70018A5C6000000
- 000000000000000000000000000000000000000000007F7F7F00BFBFBF00FFFF
- FF00BFBFBF000000FF00BFBFBF00FFFFFF00BFBFBF007F7F7F00000000000000
- 000000000000000000000000000000000000000000007F7F7F00FFFFFF00BFBF
- BF00FFFFFF00BFBFBF00FFFFFF00BFBFBF00FFFFFF007F7F7F00000000000000
- 0000000000000000000000000000000000000000000000000000CE9C8400FFFF
- FF009D11FF009D11FF00292929002929290029292900FFFFFF00E7CEBD00A56B
- 6B00A56B6B00A56B6B00A56B6B00000000000000000000000000000000000000
- 0000000000009CDEEF0094F7FF0008525200104242004AC6E70018A5C6000000
- 0000000000000000000000000000000000007F7F7F007F7F7F00FFFFFF00BFBF
- BF00FFFFFF000000FF00FFFFFF00BFBFBF00FFFFFF007F7F7F007F7F7F000000
- 0000000000000000000000000000000000007F7F7F007F7F7F00BFBFBF00FFFF
- FF00BFBFBF00FFFFFF00BFBFBF00FFFFFF00BFBFBF007F7F7F007F7F7F000000
- 0000000000000000000000000000000000000000000000000000D6A58400FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00D6B5AD00A56B
- 6B00E79C4A00E78C3100A56B6B00000000000000000000000000000000000000
- 0000000000000000000094F7FF0073DEF70073DEF70018A5C600000000000000
- 00000000000000000000000000000000000000000000000000007F7F7F00FFFF
- FF00BFBFBF00FFFFFF00BFBFBF00FFFFFF007F7F7F0000000000000000000000
- 00000000000000000000000000000000000000000000000000007F7F7F00BFBF
- BF00FFFFFF00BFBFBF00FFFFFF00BFBFBF007F7F7F0000000000000000000000
- 0000000000000000000000000000000000000000000000000000D6A58400FFFF
- FF002929290098CEF40098CEF400FFFFFF00FFFFFF00FFFFFF00D6B5BD00A56B
- 6B00F7AD5A00A56B6B0000000000000000000000000000000000000000000000
- 000000000000000000009CDEEF0094F7FF004AC6E70018A5C600000000000000
- 0000000000000000000000000000000000000000000000000000000000007F7F
- 7F007F7F7F007F7F7F007F7F7F007F7F7F000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000007F7F
- 7F007F7F7F007F7F7F007F7F7F007F7F7F000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000D6A58400FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00B5A5B500A56B
- 6B00A56B6B000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000094F7FF0018A5C60000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000007F7F
- 7F000000000000000000000000007F7F7F000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000007F7F
- 7F000000000000000000000000007F7F7F000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000D6946B00D69C
- 7B00D69C7B00D69C7B00CE947300C68C7300C68C7300C68C7300AD736B00A56B
- 6B00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000400000000100010000000000000200000000000000000000
- 000000000000000000000000FFFFFF0000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000FFFF000000000000FFFF000000000000
- C007000000000000C007000000000000C007000000000000C007000000000000
- C007000000000000C007000000000000C007000000000000C007000000000000
- C007000000000000C007000000000000C00F000000000000C01F000000000000
- C03F000000000000FFFF000000000000FFFFFFFF9FFF9FFFFFFFFFFF0FFF0FFF
- C007F0C307FF07FFC007F0C383FF83FFC007F0C3C1FFC1FFC007F8E3E10FE10F
- C007FAEBF003F003C007F8EBF801F801C007F2E3F801F801C007C003F800F800
- C007C003F800F800C007C003F800F800C00FC00BF801F801C01FFFCBFC01FC01
- C03FFFFFFE03FE03FFFFFFFFFF0FFF0FFFFDFFFDC001FFFFFFF8FFF8C001FFFF
- FFF1FFF1C001C003FFE3FFE3C0018001FFC7FFC7C001C003E08FE08FC001C003
- C01FC01FC001E007803F803FC001E007001F001FC001F00F001F001FC001F00F
- 001F001FC001F81F001F001FC001F81F001F001FC001FC3F803F803FC003FC3F
- C07FC07FC007FE7FE0FFE0FFC00FFFFF00000000000000000000000000000000
- 000000000000}
- end
- object SelectionPopup: TPopupMenu
- AutoHotkeys = maManual
- AutoLineReduction = maManual
- Left = 428
- Top = 104
- object NormalSelection1: TMenuItem
- Caption = 'Normal Selection'
- OnClick = NormalSelection1Click
- end
- object LineSelection1: TMenuItem
- Caption = 'Line Selection'
- OnClick = LineSelection1Click
- end
- object BlockSelection1: TMenuItem
- Caption = 'Column Selection'
- OnClick = BlockSelection1Click
- end
- end
- object Tidy1: TTidy
- OnReport = Tidy1Report
- Quiet = False
- ShowErrors = 6
- ShowWarnings = True
- AccessibilityCheckLevel = 0
- ForceOutput = False
- ReplaceColor = False
- IndentSpaces = 2
- WrapLen = 0
- TabSize = 8
- CharEncoding = TidyASCII
- InCharEncoding = TidyUTF8
- OutCharEncoding = TidyASCII
- DuplicateAttrs = TidyKeepFirst
- IndentContent = TidyFalse
- HideEndTags = False
- XmlTags = False
- XmlDecl = False
- UpperCaseTags = False
- UpperCaseAttrs = False
- MakeBare = False
- MakeClean = False
- LogicalEmphasis = False
- DropPropAttrs = False
- DropFontTags = False
- DropEmptyParas = True
- FixComments = True
- BreakBeforeBR = False
- NumEntities = False
- QuoteMarks = False
- QuoteNbsp = True
- QuoteAmpersand = True
- WrapAttVals = False
- WrapScriptlets = False
- WrapSection = True
- WrapAsp = True
- WrapJste = True
- WrapPhp = True
- IndentAttributes = False
- XmlPIs = False
- XmlSpace = False
- EncloseBodyText = False
- EncloseBlockText = False
- Word2000 = False
- Mark = True
- LiteralAttribs = False
- BodyOnly = False
- FixBackslash = True
- FixUri = True
- LowerLiterals = True
- HideComments = False
- IndentCdata = False
- AsciiChars = True
- JoinClasses = False
- JoinStyles = True
- EscapeCdata = False
- Left = 124
- Top = 278
- end
- object SynPHPSyn1: TSynPHPSyn
- DefaultFilter =
- 'PHP Files (*.php,*.php3,*.phtml,*.inc)|*.php;*.php3;*.phtml;*.in' +
- 'c'
- CommentAttri.Foreground = clGray
- KeyAttri.Foreground = 4194432
- NumberAttri.Foreground = 6046117
- SpaceAttri.Foreground = 8404992
- StringAttri.Foreground = 9987645
- SymbolAttri.Foreground = 21672
- SymbolAttri.Style = [fsBold]
- VariableAttri.Foreground = 9075285
- Left = 252
- Top = 59
- end
- object SynEditSearch: TSynEditSearch
- Left = 316
- Top = 107
- end
- object SynEditRegexSearch: TSynEditRegexSearch
- Left = 332
- Top = 131
- end
- object SynPerlSyn1: TSynPerlSyn
- DefaultFilter = 'Perl Files (*.pl,*.pm,*.cgi)|*.pl;*.pm;*.cgi'
- Left = 252
- Top = 171
- end
- object ActionList1: TActionList
- Images = ImageList1
- Left = 36
- Top = 282
- object CheckHTML: TAction
- Caption = 'CheckHTML'
- ImageIndex = 4
- OnExecute = CheckHTMLExecute
- end
- object Repair: TAction
- Caption = 'Repair'
- ImageIndex = 5
- OnExecute = RepairExecute
- end
- object Force: TAction
- Caption = 'Force'
- ImageIndex = 3
- OnExecute = ForceExecute
- end
- end
- object HTMLParser1: THTMLParser
- HTML.Strings = (
- '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">'
- '<html>'
- '<head>'
-
- ' <meta http-equiv="content-type" content="text/html; charset=is' +
- 'o-8859-1">'
- ' <title></title>'
- ' <meta name="description" content="">'
- ' <meta name="keywords" content="">'
- ' <meta name="author" content="">'
-
- ' <meta name="generator" content="Matrix Y2K from van IJperen So' +
- 'ftware Inc. - http://www.crystalfibers.com">'
- '</head>'
- '<body>'
- ''
- ''
- ''
- '<!-- ** file created on 01-09-2004 22:43:33 ** -->'
-
- '<!-- ** file created by Matrix Y2K 2004 XWR - visit us online @ ' +
- 'http://www.crystalfibers.com -->'
- ''
- '</body>'
- '</html>')
- OnFoundTag = HTMLParser1FoundTag
- Left = 237
- Top = 281
- end
- end
-